Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / IntervalArray<T> Class / GetEnumerator Method


In This Topic
    GetEnumerator Method (IntervalArray<T>)
    In This Topic
    Returns an enumerator that iterates through the collection.
    Syntax
    'Declaration
     
    
    Public Function GetEnumerator() As IEnumerator(Of T)
    'Usage
     
    
    Dim instance As IntervalArray(Of T)
    Dim value As IEnumerator(Of T)
     
    value = instance.GetEnumerator()
    public IEnumerator<T> GetEnumerator()

    Return Value

    An enumerator that can be used to iterate through the collection.
    See Also